home *** CD-ROM | disk | FTP | other *** search
/ Train je hersenen (Starters Editie) / Brain Training.bin / Brain Training Starters Setup.msi / _1F3303EFD7EC41B8822B106F5356D00F / 0 / RCDATA / TFRMUITLEG / TFRMUITLEG.txt
Text File  |  2005-11-14  |  3KB  |  167 lines

  1. object frmUitleg: TfrmUitleg
  2.   Left = 268
  3.   Top = 188
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Uitleg'
  7.   ClientHeight = 200
  8.   ClientWidth = 341
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 96
  24.     Width = 67
  25.     Height = 13
  26.     Caption = 'Pijltjestoetsen:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 64
  31.     Width = 24
  32.     Height = 13
  33.     Caption = '1 - 9:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 112
  38.     Width = 84
  39.     Height = 13
  40.     Caption = 'Page Up / Down:'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 16
  44.     Top = 128
  45.     Width = 22
  46.     Height = 13
  47.     Caption = 'End:'
  48.   end
  49.   object lbAant1: TLabel
  50.     Left = 16
  51.     Top = 160
  52.     Width = 57
  53.     Height = 13
  54.     Caption = 'Shift + 1 - 9:'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 16
  58.     Top = 80
  59.     Width = 86
  60.     Height = 13
  61.     Caption = 'Spatie, Del, Back:'
  62.   end
  63.   object Label8: TLabel
  64.     Left = 112
  65.     Top = 96
  66.     Width = 71
  67.     Height = 13
  68.     Caption = 'Beweeg cursor'
  69.   end
  70.   object Label9: TLabel
  71.     Left = 112
  72.     Top = 64
  73.     Width = 51
  74.     Height = 13
  75.     Caption = 'Vul cijfer in'
  76.   end
  77.   object Label10: TLabel
  78.     Left = 112
  79.     Top = 128
  80.     Width = 79
  81.     Height = 13
  82.     Caption = 'Wis markeringen'
  83.   end
  84.   object Label11: TLabel
  85.     Left = 112
  86.     Top = 112
  87.     Width = 88
  88.     Height = 13
  89.     Caption = 'Markeer rij / kolom'
  90.   end
  91.   object lbAant2: TLabel
  92.     Left = 112
  93.     Top = 160
  94.     Width = 89
  95.     Height = 13
  96.     Caption = 'Maak aantekening'
  97.   end
  98.   object Label13: TLabel
  99.     Left = 112
  100.     Top = 80
  101.     Width = 79
  102.     Height = 13
  103.     Caption = 'Maak vakje leeg'
  104.   end
  105.   object Label7: TLabel
  106.     Left = 16
  107.     Top = 144
  108.     Width = 46
  109.     Height = 13
  110.     Caption = 'Pause, P:'
  111.   end
  112.   object Label12: TLabel
  113.     Left = 112
  114.     Top = 144
  115.     Width = 30
  116.     Height = 13
  117.     Caption = 'Pauze'
  118.   end
  119.   object frmSluiten: TButton
  120.     Left = 256
  121.     Top = 148
  122.     Width = 73
  123.     Height = 25
  124.     Caption = 'Sluiten'
  125.     TabOrder = 0
  126.     OnClick = frmSluitenClick
  127.   end
  128.   object Memo1: TMemo
  129.     Left = 8
  130.     Top = 8
  131.     Width = 337
  132.     Height = 57
  133.     BorderStyle = bsNone
  134.     Color = clBtnFace
  135.     Lines.Strings = (
  136.       
  137.         'In Sudoku is het de bedoeling dat alle lege vakjes van de puzzel' +
  138.         ' '
  139.       
  140.         'worden ingevuld met cijfers tussen de 1 en de 9. Hierbij geldt s' +
  141.         'lechts '
  142.       
  143.         #233#233'n regel: in elke rij, kolom en deelvak moet elk getal precies ' +
  144.         '1 keer '
  145.       'voorkomen.'
  146.       ''
  147.       '')
  148.     TabOrder = 1
  149.   end
  150.   object StatusBar: TStatusBar
  151.     Left = 0
  152.     Top = 181
  153.     Width = 341
  154.     Height = 19
  155.     Panels = <
  156.       item
  157.         Text = 'Copyright Masc Software 2005'
  158.         Width = 220
  159.       end
  160.       item
  161.         Text = 'Versie ###'
  162.         Width = 50
  163.       end>
  164.     SimplePanel = False
  165.   end
  166. end
  167.